home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 4 / Meeting Pearls Vol. IV (1996)(GTI - Schatztruhe)[!].iso / Pearls / dev / c / FreeDice / Init_Dice2 < prev    next >
Text File  |  1996-10-04  |  204b  |  9 lines

  1. cd DICE:
  2. echo "Setting up DINCLUDE: and DLIB: assigns."
  3. Assign DINCLUDE: include
  4. Assign DLIB: dlib
  5. echo "Adding path bin."
  6. Path bin
  7. echo ""
  8. echo "Now use something like 'dcc hello.c -o hello' to compile"
  9.